(te-pass-through): Delete debugging code left by mistake.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 05:36:19 +0000 (05:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 05:36:19 +0000 (05:36 +0000)
lisp/terminal.el

index 8abcf9d430274a567211c1c2e1886604c2842d30..31e22f4d10d958be19ce8d6d4efd3bb87df526de 100644 (file)
@@ -423,7 +423,6 @@ One characters is treated specially:
 the terminal escape character (normally C-^)
 lets you type a terminal emulator command."
   (interactive)
-  (setq list (cons last-input-char list))
   (cond ((eq last-input-char terminal-escape-char)
         (call-interactively 'te-escape))
        (t
@@ -435,7 +434,6 @@ lets you type a terminal emulator command."
         (if (and (integerp last-input-char)
                  (not (zerop (logand last-input-char (lsh 1 23)))))
             (setq last-input-char (+ 128 (logand last-input-char 127))))
-        (setq list (cons (list 'really last-input-char) list))
         ;; Now ignore all but actual characters.
         ;; (It ought to be possible to send through function
         ;; keys as character sequences if we add a description